home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / perl5 / Debconf / Element / Kde / Error.pm < prev    next >
Encoding:
Perl POD Document  |  2009-03-24  |  322 b   |  23 lines

  1. #!/usr/bin/perl -w
  2. # This file was preprocessed, do not edit!
  3.  
  4.  
  5. package Debconf::Element::Kde::Error;
  6. use strict;
  7. use Debconf::Gettext;
  8. use Qt;
  9. use base qw(Debconf::Element::Kde);
  10.  
  11.  
  12. sub create {
  13.     my $this=shift;
  14.     $this->SUPER::create(@_);
  15.     $this->startsect;
  16.     $this->adddescription;
  17.     $this->addhelp;
  18.     $this->endsect;
  19. }
  20.  
  21.  
  22. 1
  23.